Welcome![Sign In][Sign Up]
Location:
Search - history shell

Search list

[Other resource软件加密原理与应用[配套光盘]

Description: 此为本书的配套光盘.本书不但由浅入深地讲解了软件保护技术,而且还精选并剖析了一些破解实例,并从一定的角度透视解密者的心态,在多处对照了软件保护与破解的思维方法。主要内容有:软件加密的发展历史、误区、方法,以及与特定语言相关的软件加密技术;破解技术剖析,以及常见的软件加密薄弱环节;PE技术、实战外壳加密与反脱壳技术(附大量示例源码),并提供了作者自己编写的小工具(加壳工具PEMaker等);调试技术与反调试技术(附大量示例源码);软件加密技巧与整体方案设计;加密锁分类及其使用技巧(智能卡加密锁)。-this be supporting the CD. The book not only elementary to explain the software protection technology, but also selected and analyzed some scary examples, and from a certain angle lens decryption of mentality in various control software protection and crack way of thinking. The main contents are : encryption software in the history of misunderstanding, methods, and with the specific language-related software encryption technology; Crack technical analysis, and common weak link encryption software; PE technology, real shell encryption technology and anti-sabot (A large sample source), and mention the author himself for the preparation of small tools (PEMaker shell tools, etc.); Debugging and anti-debugging techniques (A large sample source); software encryption techniques and overall progra
Platform: | Size: 12813373 | Author: 陶立欣 | Hits:

[Linux-Unixshell

Description: Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还有三种大家熟悉的办法,作为总结我再提一下-Cmd Shell (interactive command line) is the eternal topic of hackers, and it has a long history for all eternity. This paper introduces and summarizes some of the command line control of the Windows system. These methods are used to the extent possible system onboard tools to achieve. File transfer for overflow vulnerability was the shell cmd, the biggest problem is how to upload the file. As the worm epidemic, linking WAFA need $ 139 or 445 port blockade was routing. WinXP system coupled with the strengthening of the IPS $ protection, and by default IPS $ Upload file sharing of the basic means to no avail. Ftp and tftp are two possible methods, ranging from its already well-known, this is not introduced. There are three ways you know, again, I conclude what
Platform: | Size: 32767 | Author: dly | Hits:

[Linux-Unixysh

Description: 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, history View, exit from she
Platform: | Size: 3360 | Author: 罗晓峰 | Hits:

[Linux-UnixMyLoverMyShell

Description: 这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
Platform: | Size: 26624 | Author: 冬妮 | Hits:

[uCOSucos_vc

Description: ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。版本历史:ucos_vc0.11 时间:20050409描述:继续移植了Genie shell for UCOS II,为下一步文件系统的实现做准备ucos_vc0.1:时间:20050403描述:移植了完整的ucos到vc下,实现了vc下的ucos多任务系统-CENTER is a very good embedded operating system, the authors provided only bc under test and debug code is very difficult to debug and learning, especially beginners. Vc under windows is excellent IDE, if transplanted to vc CENTER run, it will be quite easy CENTER debugging and learning, is conducive to the promotion CENTER. The objective of this project is to be able to give CENTER and its associated file system ucfs, ucgui GUI interface, network tcp/ip all transplant, the majority of enthusiasts facilitate learning. Version History : ucos_vc0.11 Time : 20050409 Description : to transplant the shell for UCOS Genie II, the next step for the realization of file system to prepare ucos_vc0.1 : Time : 20050403 Description : transplant a complete CENTER to vc, the achievement of the vc TRACK
Platform: | Size: 1072128 | Author: 无恒 | Hits:

[Linux-Unixysh

Description: 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, history View, exit from she
Platform: | Size: 3072 | Author: 罗晓峰 | Hits:

[Linux-UnixLinux_myshell

Description: 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
Platform: | Size: 40960 | Author: jason | Hits:

[Shell apishell

Description: shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
Platform: | Size: 14336 | Author: zhanghonglang | Hits:

[Linux-Unixshell

Description: 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+ z having carried out the instruction execution history shows that the implementation of the directive had
Platform: | Size: 12288 | Author: angela | Hits:

[Linux-Unixsrc

Description: linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can take. To the implementation of fg, bg, cd, history, exit the internal order, use the pipeline and to redirect input and output. . . . . . . .
Platform: | Size: 15360 | Author: dd | Hits:

[Linux-Unixysh

Description: 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 除此之外,在这个实验中还须做到:  使用make工具建立工程。  使用调试器gdb来调试程序。  提供清晰、详细的设计文档和解决方案。 -This experiment in order to achieve a simple command interpreter, that is, the shell process in Linux. Experimental procedure named ysh, required that their design is similar to the current popular interpretation of the procedures of the shell, such as bash, csh, tcsh, but it does not need a less complex function. ysh procedures should have the following important features:  external procedures to perform the command, the command can take parameters. . .  to perform fg, bg, cd, history, exit the internal order.  the use of input and output pipes and redirection.  support before and after the Taiwan operations, the provision of operating control functions, including a list of print jobs, change the current operation of the front running/background status of the pending operation and control, suspension and continue to run. In addition, this experiment must be done:  make tools to use to establish the project.  use gdb
Platform: | Size: 8192 | Author: 香烟 | Hits:

[Shell apishell

Description: 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入outfileName, >>表示以追加方式写入文件,>则表示以覆盖方式写入; 3)实现了多管道 4)命令结尾可加后台运行符号& ,表示此命令将以后台运行的方式执行 5)实现了cd命令 6)exit为退出命令 7)history为历史命令,可以显示最近执行的命令,最多100条 8)!i为执行历史命令,意为执行第i条历史命令。!!为执行上一条命令。 9)’|’为管道符号,使用|符号隔开的若干条命令之间,前一条命令的输出是后一条命令的输入。 10)自定义命令myname,将输出此Shell的版本信息 11)本解释器命令格式中的简单命令可为所有外部命令和一部分内部命令和自定义命令 -a shell experiment base in uxix
Platform: | Size: 22528 | Author: souven | Hits:

[Linux-Unixshell1

Description: 用C语言写的一个shell,history和ls是自己写的,其他运用了系统调用,并且可以进行后台处理以及管道的功能。-Written in C language using a shell, history, and ls write your own, the other using the system call, and can be background processing and pipeline features.
Platform: | Size: 3072 | Author: | Hits:

[Shell apishell.tar

Description: minix shell编程,实现了管道,后台运行,历史,重定向-minix shell , pipe ,background ,history,redir
Platform: | Size: 258048 | Author: yinjie | Hits:

[Shell apishell

Description: 简单的 Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl+C 键的时候打印出用户最近输入的10 个命令。包含实验报告-Simple Shell command parser function, creating a child process and execute user commands, to create history characteristics, when the user presses Ctrl+ C key when the user prints out the 10 most recently entered command. The report contains the experimental
Platform: | Size: 667648 | Author: lijia | Hits:

[Linux-UnixLinux-shell-V1.0-LZN

Description: Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序; -Shell command interpreter under Linux, one Function: called for a simple command interpreter, which is a shell in linux, in this program we will be named mysh, requirements: 1, to execute an external program command command can take arguments 2, to perform fg, bg, cd, history, exit and other internal command 3, the use of input and output redirection and pipes 4, support the front and back operations, provide job control features, including a list of print jobs, change the currently running job before/background status, and control operations hang, suspend and continue to run 5, build the project using the Make utility 6, using the gdb debugger to debug the program
Platform: | Size: 33792 | Author: 张亮 | Hits:

[Othershell-programming

Description: 详细介绍了shell的历史、shell编程的方法技巧以及示例教程-Details the history of the shell, shell programming methods and techniques, as well as sample tutorial
Platform: | Size: 4020224 | Author: chaoli | Hits:

[Linux-UnixShell

Description: 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-A linux command interpreter, including complete project source code plus design documents. This procedure is implemented in C, to achieve the following features: 1, able to execute an external program command, the command can be parameterized able to perform fg, bg, cd, history, exit internal command 3, the use of pipes and redirect input and output 4, support the front and back office operations, job control functions, including the list of print jobs, change the currently running job front/back-end status, and control operations pending termination and continue to run 5, using the Make utility to establish engineering use the debugger gdb to debug procedures
Platform: | Size: 431104 | Author: Hang | Hits:

[Linux-Unixrecord-linux-shell-history

Description: 该脚本用于linux上记录shell history ,将历史记录保存在文档中。-this script can used in linux system,it can record the shell history in word.
Platform: | Size: 12288 | Author: luozhiqiang | Hits:

[Othershell

Description: a basic UNIX shell in C that reads and processes commands
Platform: | Size: 3072 | Author: hlmtxx | Hits:
« 12 »

CodeBus www.codebus.net